Activity Description
Checks if a text or variable's value contains a valid numeric value.
Output
True if the text is numeric; false if not.
Settings
- Text – The text to check.
For example, 12345ABC6
will return the value False, while 123456
will return True.